home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMPRESS / TUNDO.ARJ / TUNDO.CNF next >
Text File  |  1992-06-06  |  1KB  |  93 lines

  1. #
  2. # Config file for Undo
  3. # Copyright (C) Todd M. Kennedy, 1992.  All rights reserved.
  4. #
  5. # The format of this file is rather simple.
  6. #
  7. # [extension]    -- the extension of the archive
  8. # archive_Name   -- the program that will be executed to unarchive files with
  9. #                   the above extension.
  10. # unarc_Opts     -- any parameters needed for unarchiving
  11. # view_Opts      -- any parameters needed for viewing
  12. #
  13. # If there are any options that you don't want to include, or don't need to,
  14. # simply use the keyword "NULL".
  15. #
  16. # The program will simply ignore any line that is either blank, or starts
  17. # with a '#'.
  18. #
  19.  
  20. # archivers
  21.  
  22. [.ARC]
  23. pkunpak
  24. NULL
  25. -v
  26.  
  27. [.ARJ]
  28. arj
  29. x
  30. l
  31.  
  32. [.DWC]
  33. dwc
  34. x
  35. l
  36.  
  37. [.LZH]
  38. lharc
  39. x
  40. v
  41.  
  42. [.TAR]
  43. tar
  44. -xvf
  45. -tvf
  46.  
  47. [.Z]
  48. compress
  49. -dv
  50. NULL
  51.  
  52. [.ZIP]
  53. pkunzip
  54. NULL
  55. -v
  56.  
  57. [.ZOO]
  58. zoo
  59. -e
  60. -l
  61.  
  62. # Graphics stuff
  63.  
  64. [.JPG]
  65. djpeg
  66. NULL
  67. NULL
  68.  
  69. [.GIF]
  70. vpic
  71. NULL
  72. NULL
  73.  
  74. # Text stuff
  75.  
  76. [.TXT]
  77. q
  78. NULL
  79. NULL
  80.  
  81. [.DOC]
  82. q
  83. NULL
  84. NULL
  85.  
  86. # Other stuff
  87.  
  88. [.UUE]
  89. uudecode
  90. NULL
  91. NULL
  92.  
  93.